home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9926 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ccshst05.cs.uoguelph.ca!ccshst01!thay
  2. From: thay@uoguelph.ca (Toby K Hay)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Global Data
  5. Date: 14 Mar 1996 13:55:46 GMT
  6. Organization: University of Guelph
  7. Message-ID: <4i98h2$e1j@ccshst05.cs.uoguelph.ca>
  8. References: <4i5gbb$34u@bertrand.ccs.carleton.ca>
  9. NNTP-Posting-Host: ccshst01.cs.uoguelph.ca
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Andrew Belo (abelo@chat.carleton.ca) wrote:
  13. : I am trying to compile some plasma source(in c!) that I got of the net and
  14. : when I  compile it using BC++ v4.5 I get an error that says Too much
  15. : global data defined in file.  Can anyone help me to get ride of this? 
  16. : Thanx in advance.
  17. My TurboC manual says this error arises when global data exceeds 64K 
  18. bytes and recommends reducing array sizes, reorganizing the program (I 
  19. presume this means using malloc() to store some of the data on the heap), 
  20. and using far variables if necessary.  Do you know if anyone has managed 
  21. to compile the program in BC++, on a PC, . . .  or is it generally run on 
  22. another platform without the DOS memory restrictions?
  23. Toby Hay   thay@uoguelph.ca
  24.